home *** CD-ROM | disk | FTP | other *** search
- //////////////////////////////////////////////////////////////////////////////
- //
- // Copyright 1997-99 Pandemic Studios
- //
- // Dark Reign II - Cineractives
- //
-
- CreateObjectType("Cineractive::Main::Enter", "Objective")
- {
- GameObj();
- ObjectiveObj()
- {
- Condition("TRUE");
- Action()
- {
- Cineractive()
- {
- At(0)
- {
- DisableShroud(1);
- Fade()
- {
- Time(0, 1, 4);
- Direction("up");
- }
- }
- At(0.5)
- {
- SetBookmark()
- {
- Name("Main::Enter");
- }
- }
- At(4)
- {
- Action()
- {
- Cmd("iface.sendnotifyevent Shell::EventHandler CineractiveCompleted");
- }
- }
- }
- }
- }
- }
-
- CreateObjectType("Cineractive::Main::Exit", "Objective")
- {
- GameObj();
- ObjectiveObj()
- {
- Condition("TRUE");
- Action()
- {
- Cineractive()
- {
- // Setup cineractive
- At(0)
- {
- SetBookmark()
- {
- Name("Main::Exit");
- }
- }
- At(2.0)
- {
- Action()
- {
- Cmd("iface.sendnotifyevent Shell::EventHandler CineractiveCompleted");
- }
- }
- }
- }
- }
- }
-
- CreateObjectType("Cineractive::Campaign::Enter", "Objective")
- {
- GameObj();
- ObjectiveObj()
- {
- Condition("TRUE");
- Action()
- {
- Cineractive()
- {
- // Setup cineractive
- At(0)
- {
- SetBookmark()
- {
- Name("Campaign::Enter");
- }
- }
- At(5.0)
- {
- Action()
- {
- Cmd("iface.sendnotifyevent Shell::EventHandler CineractiveCompleted");
- }
- }
- }
- }
- }
- }
-
- CreateObjectType("Cineractive::Campaign::Exit", "Objective")
- {
- GameObj();
- ObjectiveObj()
- {
- Condition("TRUE");
- Action()
- {
- Cineractive()
- {
- // Setup cineractive
- At(0)
- {
- SetBookmark()
- {
- Name("Campaign::Exit");
- }
- }
- At(2.0)
- {
- Action()
- {
- Cmd("iface.sendnotifyevent Shell::EventHandler CineractiveCompleted");
- }
- }
- }
- }
- }
- }
-
- CreateObjectType("Cineractive::Campaign::JDA::Enter", "Objective")
- {
- GameObj();
- ObjectiveObj()
- {
- Condition("TRUE");
- Action()
- {
- Cineractive()
- {
- // Setup cineractive
- At(0)
- {
- SetBookmark()
- {
- Name("Campaign::JDA::Enter");
- }
- }
- At(2.0)
- {
- Action()
- {
- Cmd("iface.sendnotifyevent Shell::EventHandler CineractiveCompleted");
- }
- }
- }
- }
- }
- }
-
- CreateObjectType("Cineractive::Campaign::JDA::Exit", "Objective")
- {
- GameObj();
- ObjectiveObj()
- {
- Condition("TRUE");
- Action()
- {
- Cineractive()
- {
- // Setup cineractive
- At(0)
- {
- SetBookmark()
- {
- Name("Campaign::JDA::Exit");
- }
- }
- At(2.0)
- {
- Action()
- {
- Cmd("iface.sendnotifyevent Shell::EventHandler CineractiveCompleted");
- }
- }
- }
- }
- }
- }
-
- CreateObjectType("Cineractive::Campaign::Sprawler::Enter", "Objective")
- {
- GameObj();
- ObjectiveObj()
- {
- Condition("TRUE");
- Action()
- {
- Cineractive()
- {
- // Setup cineractive
- At(0)
- {
- SetBookmark()
- {
- Name("Campaign::Sprawler::Enter");
- }
- }
- At(2.0)
- {
- Action()
- {
- Cmd("iface.sendnotifyevent Shell::EventHandler CineractiveCompleted");
- }
- }
- }
- }
- }
- }
-
- CreateObjectType("Cineractive::Campaign::Sprawler::Exit", "Objective")
- {
- GameObj();
- ObjectiveObj()
- {
- Condition("TRUE");
- Action()
- {
- Cineractive()
- {
- // Setup cineractive
- At(0)
- {
- SetBookmark()
- {
- Name("Campaign::Sprawler::Exit");
- }
- }
- At(2.0)
- {
- Action()
- {
- Cmd("iface.sendnotifyevent Shell::EventHandler CineractiveCompleted");
- }
- }
- }
- }
- }
- }
-
- CreateObjectType("Cineractive::Multi::Enter", "Objective")
- {
- GameObj();
- ObjectiveObj()
- {
- Condition("TRUE");
- Action()
- {
- Cineractive()
- {
- // Setup cineractive
- At(0)
- {
- SetBookmark()
- {
- Name("Multi::Enter");
- }
- }
- At(2.0)
- {
- Action()
- {
- Cmd("iface.sendnotifyevent Shell::EventHandler CineractiveCompleted");
- }
- }
- }
- }
- }
- }
-
- CreateObjectType("Cineractive::Multi::Exit", "Objective")
- {
- GameObj();
- ObjectiveObj()
- {
- Condition("TRUE");
- Action()
- {
- Cineractive()
- {
- // Setup cineractive
- At(0)
- {
- SetBookmark()
- {
- Name("Multi::Exit");
- }
- }
- At(2.0)
- {
- Action()
- {
- Cmd("iface.sendnotifyevent Shell::EventHandler CineractiveCompleted");
- }
- }
- }
- }
- }
- }
-
- CreateObjectType("Cineractive::Multi::Return", "Objective")
- {
- GameObj();
- ObjectiveObj()
- {
- Condition("TRUE");
- Action()
- {
- Cineractive()
- {
- // Setup cineractive
- At(0)
- {
- SetBookmark()
- {
- Name("Multi::Return");
- }
- }
- At(2.0)
- {
- Action()
- {
- Cmd("iface.sendnotifyevent Shell::EventHandler CineractiveCompleted");
- }
- }
- }
- }
- }
- }
-
- CreateObjectType("Cineractive::Load::Enter", "Objective")
- {
- GameObj();
- ObjectiveObj()
- {
- Condition("TRUE");
- Action()
- {
- Cineractive()
- {
- // Setup cineractive
- At(0)
- {
- SetBookmark()
- {
- Name("Load::Enter");
- }
- }
- At(2.0)
- {
- Action()
- {
- Cmd("iface.sendnotifyevent Shell::EventHandler CineractiveCompleted");
- }
- }
- }
- }
- }
- }
-
- CreateObjectType("Cineractive::Load::Exit", "Objective")
- {
- GameObj();
- ObjectiveObj()
- {
- Condition("TRUE");
- Action()
- {
- Cineractive()
- {
- // Setup cineractive
- At(0)
- {
- SetBookmark()
- {
- Name("Load::Exit");
- }
- }
- At(2.0)
- {
- Action()
- {
- Cmd("iface.sendnotifyevent Shell::EventHandler CineractiveCompleted");
- }
- }
- }
- }
- }
- }
-
- CreateObjectType("Cineractive::Options::Enter", "Objective")
- {
- GameObj();
- ObjectiveObj()
- {
- Condition("TRUE");
- Action()
- {
- Cineractive()
- {
- // Setup cineractive
- At(0)
- {
- SetBookmark()
- {
- Name("Options::Enter");
- }
- }
- At(2.0)
- {
- Action()
- {
- Cmd("iface.sendnotifyevent Shell::EventHandler CineractiveCompleted");
- }
- }
- }
- }
- }
- }
-
- CreateObjectType("Cineractive::Options::Exit", "Objective")
- {
- GameObj();
- ObjectiveObj()
- {
- Condition("TRUE");
- Action()
- {
- Cineractive()
- {
- // Setup cineractive
- At(0)
- {
- SetBookmark()
- {
- Name("Options::Exit");
- }
- }
- At(2.0)
- {
- Action()
- {
- Cmd("iface.sendnotifyevent Shell::EventHandler CineractiveCompleted");
- }
- }
- }
- }
- }
- }
-
- CreateObjectType("Cineractive::Credits::Enter", "Objective")
- {
- GameObj();
- ObjectiveObj()
- {
- Condition("TRUE");
- Action()
- {
- Cineractive()
- {
- // Setup cineractive
- At(0)
- {
- SetBookmark()
- {
- Name("Credits::Enter");
- }
- }
- At(2.0)
- {
- Action()
- {
- Cmd("iface.sendnotifyevent Shell::EventHandler CineractiveCompleted");
- }
- }
- At(4)
- {
- Action()
- {
- Cmd("vid.tex.replace 'movie-billboard.pic' credits.pic");
- }
- }
- }
- }
- }
- }
-
- CreateObjectType("Cineractive::Credits::Exit", "Objective")
- {
- GameObj();
- ObjectiveObj()
- {
- Condition("TRUE");
- Action()
- {
- Cineractive()
- {
- // Setup cineractive
- At(0)
- {
- SetBookmark()
- {
- Name("Credits::Exit");
- }
- }
- At(2.0)
- {
- Action()
- {
- Cmd("iface.sendnotifyevent Shell::EventHandler CineractiveCompleted");
- }
- }
- }
- }
- }
- }
-
- CreateObjectType("Cineractive::Studio::Enter", "Objective")
- {
- GameObj();
- ObjectiveObj()
- {
- Condition("TRUE");
- Action()
- {
- Cineractive()
- {
- // Setup cineractive
- At(0)
- {
- SetBookmark()
- {
- Name("Studio::Enter");
- }
- }
- At(2.0)
- {
- Action()
- {
- Cmd("iface.sendnotifyevent Shell::EventHandler CineractiveCompleted");
- }
- }
- }
- }
- }
- }
-
- CreateObjectType("Cineractive::Studio::Exit", "Objective")
- {
- GameObj();
- ObjectiveObj()
- {
- Condition("TRUE");
- Action()
- {
- Cineractive()
- {
- // Setup cineractive
- At(0)
- {
- SetBookmark()
- {
- Name("Studio::Enter");
- }
- }
- At(2.0)
- {
- Action()
- {
- Cmd("iface.sendnotifyevent Shell::EventHandler CineractiveCompleted");
- }
- }
- }
- }
- }
- }
-
-